home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TTBACKGROUNDBOX / TTBACKGROUNDBOX.txt
Text File  |  1996-04-01  |  4KB  |  166 lines

  1. object TBackgroundBox: TTBackgroundBox
  2.   Left = 105
  3.   Top = 60
  4.   BorderStyle = bsDialog
  5.   Caption = 'BODY (Background Colors)'
  6.   ClientHeight = 314
  7.   ClientWidth = 427
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object PaintBox1: TPaintBox
  16.     Left = 182
  17.     Top = 104
  18.     Width = 221
  19.     Height = 131
  20.     OnPaint = PaintBox1Paint
  21.   end
  22.   object Label1: TLabel
  23.     Left = 146
  24.     Top = 12
  25.     Width = 132
  26.     Height = 13
  27.     Caption = 'Use right mouse button'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 146
  31.     Top = 26
  32.     Width = 157
  33.     Height = 13
  34.     Caption = 'to select background color.'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 146
  38.     Top = 55
  39.     Width = 140
  40.     Height = 13
  41.     Caption = 'Use left mouse button to'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 146
  45.     Top = 69
  46.     Width = 78
  47.     Height = 13
  48.     Caption = 'select others.'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 22
  52.     Top = 266
  53.     Width = 107
  54.     Height = 13
  55.     Caption = 'Background Image'
  56.   end
  57.   object ColorGrid1: TColorGrid
  58.     Left = 20
  59.     Top = 106
  60.     Width = 120
  61.     Height = 116
  62.     TabOrder = 0
  63.     OnChange = ColorGrid1Change
  64.   end
  65.   object TextRadio: TRadioButton
  66.     Left = 20
  67.     Top = 10
  68.     Width = 63
  69.     Height = 17
  70.     Caption = 'Text'
  71.     TabOrder = 1
  72.     OnClick = TextRadioClick
  73.   end
  74.   object LinkRadio: TRadioButton
  75.     Left = 20
  76.     Top = 32
  77.     Width = 65
  78.     Height = 17
  79.     Caption = 'Link'
  80.     TabOrder = 2
  81.     OnClick = LinkRadioClick
  82.   end
  83.   object VLinkRadio: TRadioButton
  84.     Left = 20
  85.     Top = 54
  86.     Width = 99
  87.     Height = 17
  88.     Caption = 'Visited Link'
  89.     TabOrder = 3
  90.     OnClick = VLinkRadioClick
  91.   end
  92.   object ALinkRadio: TRadioButton
  93.     Left = 20
  94.     Top = 75
  95.     Width = 93
  96.     Height = 17
  97.     Caption = 'Active Link'
  98.     TabOrder = 4
  99.     OnClick = ALinkRadioClick
  100.   end
  101.   object OkButton: TBitBtn
  102.     Left = 328
  103.     Top = 9
  104.     Width = 77
  105.     Height = 27
  106.     TabOrder = 5
  107.     OnClick = OkButtonClick
  108.     Kind = bkOK
  109.   end
  110.   object BitBtn2: TBitBtn
  111.     Left = 328
  112.     Top = 38
  113.     Width = 77
  114.     Height = 27
  115.     TabOrder = 6
  116.     Kind = bkCancel
  117.   end
  118.   object EndTagCheck: TCheckBox
  119.     Left = 20
  120.     Top = 232
  121.     Width = 157
  122.     Height = 17
  123.     Caption = 'Include </BODY> tag'
  124.     TabOrder = 7
  125.   end
  126.   object ImagePathEdit: TEdit
  127.     Left = 21
  128.     Top = 280
  129.     Width = 304
  130.     Height = 21
  131.     TabOrder = 8
  132.   end
  133.   object BrowseBtn: TBitBtn
  134.     Left = 332
  135.     Top = 276
  136.     Width = 75
  137.     Height = 27
  138.     Caption = 'Browse'
  139.     TabOrder = 9
  140.     OnClick = BrowseBtnClick
  141.     Glyph.Data = {
  142.       78010000424D7801000000000000760000002800000020000000100000000100
  143.       04000000000000000000120B0000120B00000000000000000000000000000000
  144.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  145.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  146.       5555555555555555555555555555555555555555555555555555555555555555
  147.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  148.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  149.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  150.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  151.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  152.       55555575FFF75555555555700007555555555557777555555555555555555555
  153.       55555555555555555555555555555555555555555555555555550000}
  154.     NumGlyphs = 2
  155.   end
  156.   object BitBtn1: TBitBtn
  157.     Left = 328
  158.     Top = 68
  159.     Width = 77
  160.     Height = 28
  161.     TabOrder = 10
  162.     OnClick = BitBtn1Click
  163.     Kind = bkHelp
  164.   end
  165. end
  166.